xen/vtd: prevent from assign the device with shared rmrr
authorTiejun Chen <tiejun.chen@intel.com>
Wed, 22 Jul 2015 01:39:58 +0000 (01:39 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 23 Jul 2015 12:45:26 +0000 (13:45 +0100)
commit6457dae9960bf6f31cef928a6997b6b5b6386a6d
tree8bb71d2f01e12d722ec6becffb57ea93ef825708
parent50057149293c81d2a1b2e83fc5dfc4e1b88255ba
xen/vtd: prevent from assign the device with shared rmrr

Currently we're intending to cover this kind of devices
with shared RMRR simply since the case of shared RMRR is
a rare case according to our previous experiences. But
late we can group these devices which shared rmrr, and
then allow all devices within a group to be assigned to
same domain.

CC: Yang Zhang <yang.z.zhang@intel.com>
CC: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/iommu.c